Next: , Previous: ede-proj-target-makefile-program, Up: Targets


7.6.8 ede-proj-target-makefile-shared-object

Inheritance Tree:
eieio-speedbar
eieio-speedbar-directory-button
See ede-target.
See ede-proj-target.
See ede-proj-target-makefile.
See ede-proj-target-makefile-objectcode.
See ede-proj-target-makefile-program.
ede-proj-target-makefile-shared-object
No children
7.6.8.1 Specialized Methods
— Method: ede-proj-configure-add-missing :AFTER this

Query if any files needed by THIS provided by automake are missing. Results in –add-missing being passed to automake.

— Method: ede-proj-makefile-sourcevar :AFTER this

Return the variable name for THIS's sources.

— Method: ede-proj-makefile-insert-automake-post-variables :AFTER this

Insert bin_PROGRAMS variables needed by target THIS. We need to override -program which has an LDADD element.

— Method: ede-proj-makefile-target-name :AFTER this

Return the name of the main target for THIS target.

— Method: ede-proj-makefile-insert-automake-pre-variables :AFTER this

Insert bin_PROGRAMS variables needed by target THIS. We aren't acutally inserting SOURCE details, but this is used by the Makefile.am generator, so use it to add this important bin program.